toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.callback
/
[jvm]BeforeUrlRequestCallback
/
Response
Response
public
interface
Response
A response for
BeforeUrlRequestCallback
.
Members
Functions
cancel
Link copied to clipboard
public
static
BeforeUrlRequestCallback.Response
cancel
(
)
Notifies the engine that the URL request should be canceled.
proceed
Link copied to clipboard
public
static
BeforeUrlRequestCallback.Response
proceed
(
)
Notifies the engine that the URL request should continue without redirection.
redirect
Link copied to clipboard
public
static
BeforeUrlRequestCallback.Response
redirect
(
String
newUrl
)
Notifies the engine that the URL request should be redirected to the given url.